home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 2 / Tech Arsenal 2 (Arsenal Computer).iso / techar2 / read.me < prev    next >
Text File  |  1994-11-18  |  6KB  |  171 lines

  1.  
  2.               ┌───────────────────────────────────────┐
  3.               │            OnLine, Version 2.5        ├─┐
  4.               │(c) 1992-1994 ■ Brown Business Software│ │
  5.               │      Philip K. Brown, Programmer      │ │
  6.               └─┬─────────────────────────────────────┘ │
  7.                 └───────────────────────────────────────┘
  8.  
  9.  
  10.  
  11. How This All Began:
  12.  
  13. A few years ago,  I was working on my SPITFIRE BBS at work and I
  14. wanted a way for my users to browse the file listings offline.
  15. I decided to write a program to allow them to search filenames
  16. and descriptions or both.. just like this one..  David Martin
  17. of CMS Software contacted me and asked me if I would be interested
  18. in writing a File Retrieval System to be included on his CD's and
  19. that is how this program started.  This program is being used on
  20. other Cd's being published today.
  21.  
  22. Features:
  23.  
  24.  o Supports multi-line file descriptions (5 lines) (using SF 3.4's structure)
  25.  o .ZIP File uncompression using PKUNZIP Version 2.04g
  26.  o Copy individual files
  27.  o View individual .ZIP files (DOS MORE No Longer Required!)
  28.  o View text files within .ZIP's! (only 1 layer deep)
  29.  o View text files on the CD!
  30.  o View individual .GIF and .BMP files (in some releases)
  31.  o File Tagging (copying, viewing, unzipping)
  32.  o Make directories on the fly when copying, unzipping files
  33.  o When searching/loading, display percent completed
  34.  o F2 displays Program/Programmer Information
  35.  o ALT-M - Memory available at the time
  36.  o ALT-J - Jump To DOS!
  37.  o Run in COLOR or MONOCHROME
  38.  o Scroll and View COMPLETE listing
  39.  o Scroll and View INDIVIDUAL File Areas
  40.  o Search filenames (3 levels)
  41.  o Search descriptions (3 levels)
  42.  o Search filenames and descriptions (3 levels)
  43.  o Easy to use installation procedure
  44.  o Many More....
  45.  
  46. Special Thanks:
  47.  
  48. A person who really needs to be acknowledged is my wife, April
  49. who has stood by me while writing/updating this program and
  50. hearing my 'Just a little longer..' when I have a brainstorm.
  51.  
  52. I would like to thank my Dad, Don Brown for his help in general
  53. and starting a Computer Consulting Company.
  54.  
  55. This program is written using Clipper, a dBASE Compiler.  Many
  56. thanks to Doug Stevens and Larry Taylor, two instructors who
  57. taught dbase II and Advanced dBASE III+.
  58.  
  59. dBASE Compiler: Clipper, Summer Of '87
  60.  
  61.             Copyright, Trademark and Service Mark Notices
  62.  
  63.  CLIPPER is a Copyright (c) 1985-1987 by Nantucket Corporation
  64.  
  65.  CLIPPER is a trademark of Nantucket Corporation
  66.  
  67.  NANTUCKET is a registered trademark of Nantucket Corporation
  68.  
  69.  SPITFIRE is Copyright (c) 1987-1994 by Mike Woltz
  70.  
  71.  SPITFIRE is a registered trademark of Buffalo Creek Software.
  72.  
  73.  PKZIP is a Copyright (c) 1989-1994 PKWARE Inc.  All Rights Reserved.
  74.  
  75.  SWAP is a Copyright (c) 1988-1991 by Berner & Associates.
  76.  
  77.  
  78.                            -= Technical Notes =-
  79.  
  80.  If you are running MS-DOS 6.x you will need to add a line to your
  81.  AUTOEXEC.BAT file.   You can do this with your favorite TEXT editor
  82.  or MS-DOS's EDIT command.
  83.  
  84.  SET CLIPPER=E000;
  85.  
  86.  
  87.  The reason I mention this is because if you run the file retrieval software
  88.  and it might return a message: Not enough memory and return to the DOS
  89.  prompt.
  90.  
  91.  MS-DOS 5.0 works just fine (and releases below) but MS-DOS 6.x needs that
  92.  command.  (Don't know why)
  93.  
  94.  This command tells MS-DOS not to use extended/expanded memory.  You ask
  95.  why?  Well, the compiler I am using says that it isn't stable so I won't
  96.  use it.
  97.  
  98.  I just uses your base 640k RAM and if it needs to 'drop to dos' to perform
  99.  a task, it takes what is memory and swaps it to a swap file on your
  100.  computer.
  101.  
  102.  If you have any questions, you can call The Flaming Star BBS, 24 hrs a day
  103.  and 7 days a week (except for maintenance and storms) at 812-898-2561.
  104.  
  105.  Leave a message to the sysop and we will work with you on any problems
  106.  you might have.
  107.  
  108.  
  109.  
  110. ------------------------------------------------------------------------------
  111.                The File Retrieval Software!  ONLINE, Version 2.5
  112. ------------------------------------------------------------------------------
  113. I would like to take this time to see if you would do me a favor?   Could you
  114. fill out the form below and mail it to the address shown below.
  115.  
  116. We would like to see how many people are using the 'Retrieval Software'.
  117.  
  118. Thank you.
  119.  
  120.    Flaming Star Computer Accessories
  121.    A Division of Brown Business Software
  122.    c/o Philip K. Brown
  123.    28 West Sutliff Drive
  124.    Terre Haute, Indiana  47802
  125.  
  126.  
  127. Your Name:_____________________________________________
  128.  
  129.   Address:_____________________________________________
  130.  
  131.      City:__________________________   State:__________  Zipcode:_____________
  132.  
  133.   CD Name:_____________________________________________
  134.  
  135.  
  136.  
  137. If you have any comments on how we can improve this software or anything
  138. you would like to say, please feel free.
  139.  
  140. Comments:
  141.  
  142. ------------------------------------------------------------------------------
  143.  
  144. ------------------------------------------------------------------------------
  145.  
  146. ------------------------------------------------------------------------------
  147.  
  148. ------------------------------------------------------------------------------
  149.  
  150. ------------------------------------------------------------------------------
  151.  
  152. ------------------------------------------------------------------------------
  153.  
  154. ------------------------------------------------------------------------------
  155.  
  156. ------------------------------------------------------------------------------
  157.  
  158. ------------------------------------------------------------------------------
  159.  
  160. ------------------------------------------------------------------------------
  161.  
  162. ------------------------------------------------------------------------------
  163.  
  164. ------------------------------------------------------------------------------
  165.  
  166. ------------------------------------------------------------------------------
  167.  
  168. ------------------------------------------------------------------------------
  169.  
  170. 
  171.